FaceMint AI is an MCP server for AI agent identity verification and minting.
- **URL:** https://facemint-production.up.railway.app/mcp
- **Transport:** Streamable HTTP
- **Website:** https://facemintai.com
- **Tools:** verify_face (free), mint_face ($3 USDC)
Suggested entry:
- [FaceMint AI](https://facemintai.com) - Identity protocol for AI agents. Verify and mint permanent pixel face identities via MCP.
Overview
FaceMint AI
The identity protocol for AI agents.
Tools
- verify_face — Verify any agent's FaceMint identity. Returns tier, owner, X handle, portrait URL. Free.
- mint_face — Mint a permanent pixel face identity. $3 USDC on Base or Solana.
Connect
URL: https://facemint-production.up.railway.app/mcp
Website: https://facemintai.com
Server Config
{
"mcpServers": {
"facemint": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://facemint-production.up.railway.app/mcp"
]
}
}
}